net/http.http2Transport.t1 (field)

18 uses

	net/http (current package)
		h2_bundle.go#L1106: 	if h2.t1 != nil {
		h2_bundle.go#L1107: 		http2fillNetHTTPConfig(&conf, h2.t1.HTTP2)
		h2_bundle.go#L7473: 	t1 *Transport
		h2_bundle.go#L7491: 	if t.t1 != nil && t.t1.MaxResponseHeaderBytes != 0 {
		h2_bundle.go#L7492: 		n = t.t1.MaxResponseHeaderBytes
		h2_bundle.go#L7507: 	return t.DisableCompression || (t.t1 != nil && t.t1.DisableCompression)
		h2_bundle.go#L7530: 		t1:       t1,
		h2_bundle.go#L8068: 	return t.t1 != nil && t.t1.DisableKeepAlives
		h2_bundle.go#L8072: 	if t.t1 == nil {
		h2_bundle.go#L8075: 	return t.t1.ExpectContinueTimeout
		h2_bundle.go#L8567: 	if cc.t.t1 != nil {
		h2_bundle.go#L8568: 		return cc.t.t1.ResponseHeaderTimeout
		h2_bundle.go#L9744: 			if t1 := cs.cc.t.t1; t1 != nil && t1.MaxResponseHeaderBytes > limit {
		h2_bundle.go#L10654: 	if t.t1 != nil {
		h2_bundle.go#L10655: 		return t.t1.IdleConnTimeout